From: Chong Yidong Date: Wed, 4 Apr 2012 08:11:01 +0000 (+0800) Subject: * doc/lispref/os.texi (Notifications): Copyedits. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~286 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=f6e95f165174f0c16bb1ec6e715ef03feb82d6a9;p=emacs.git * doc/lispref/os.texi (Notifications): Copyedits. --- diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index 1639c952da2..14258ca2cb2 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog @@ -2,6 +2,8 @@ * display.texi (Delayed Warnings): New node. + * os.texi (Notifications): Copyedits. + 2012-04-04 Glenn Morris * os.texi (Notifications): Copyedits. diff --git a/doc/lispref/os.texi b/doc/lispref/os.texi index c371c5f4d51..8a57ed2c1f0 100644 --- a/doc/lispref/os.texi +++ b/doc/lispref/os.texi @@ -2255,13 +2255,15 @@ Emacs is restarted by the session manager. @cindex desktop notifications Emacs is able to send @dfn{notifications} on systems that support the -desktop notification specification of freedesktop.org. In order to -use this functionality, Emacs must have been compiled with D-Bus -support, and the @code{notifications} library must be loaded. +freedesktop.org Desktop Notifications Specification. In order to use +this functionality, Emacs must have been compiled with D-Bus support, +and the @code{notifications} library must be loaded. @defun notifications-notify &rest params -This function sends a notification to the desktop via D-Bus. -Various @var{params} can be set, none of them is mandatory: +This function sends a notification to the desktop via D-Bus, +consisting of the parameters specified by the @var{params} arguments. +These arguments should consist of alternating keyword and value pairs. +The supported keywords and values are as follows: @table @code @item :title @var{title}